Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawLines Method / DrawLines(PointF[],Pen) Method

In This Topic
    DrawLines(PointF[],Pen) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLines( _
       ByVal points() As System.Drawing.PointF, _
       ByVal pen As Pen _
    ) 
    public void DrawLines( 
       System.Drawing.PointF[] points,
       Pen pen
    )

    Parameters

    points
    pen
    See Also